projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8bafc
)
; * etc/NEWS: Fix description of 'polling-period' change.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 21 Jan 2022 08:17:06 +0000
(10:17 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 21 Jan 2022 08:17:06 +0000
(10:17 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index f8c563d10fc78e18315c1d24af27c40c451e7eae..53f04e23efa0072eba40c1f598be55fd1c3714b8 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-973,8
+973,8
@@
functions.
--
** The variable 'polling-period' now accepts floating point values.
-Setting it to a floating-point value means that Emacs will poll for
-
input every so many fractions of
a second.
+This means Emacs can now poll for input during Lisp execution more
+
frequently than once in
a second.
--
** New function 'bidi-string-strip-control-characters'.